Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Displaying Raw • Download


android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch eca1486f3c00aeb0b97d7199ccc03b929d9619f1 (eca1486f) Text, 424 B

Tf85149--- src-original/Cargo.toml
T7ee787+++ src/Cargo.toml
Tc9d1d9@@ -29,7 +29,10 @@
foreign-types-shared = "0.1"
openssl = "0.10.80"
openssl-sys = "0.9.116"
pem = { version = "3", default-features = false }
Tf85149-pyo3 = { version = "0.29", features = ["abi3"] }
T7ee787+
T7ee787+# Chaquopy: add abi3-py310 for Android cp311 wheels.
T7ee787+pyo3 = { version = "0.29", features = ["abi3", "abi3-py310"] }
T7ee787+
pyo3-build-config = { version = "0.29" }
self_cell = "1"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────